home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem TimeWise FIRSTAID Utility
- rem Copyright 1992-1995 David Berman Developments Inc.
- rem This batch file performs preliminary FIRSTAID from outside TimeWise.
- cls
- echo ----------------------------------------------------------------------
- echo TIMEWISE FIRSTAID UTILITY
- echo ----------------------------------------------------------------------
-
- echo Running this program will perform enough of the functions that the
- echo TimeWise First Aid command to allow you go into TimeWise and First Aid.
- echo.
- echo You MUST run this program from the DOS prompt with the current directory
- echo being the directory in which TimeWise resides.
- echo For instance, if TimeWise is in directory TIMEWISE on drive C, the DOS
- echo prompt should read "C:\TIMEWISE" when you launch this program.
- echo If it is not, use the DOS command CD to change to that directory, by
- echo typing "CD C:\TIMEWISE" and pressing Enter.
- echo.
- echo Use it when you cannot get to the First Aid command and feel it is
- echo necessary to be able to.
- echo.
- echo On a network, make sure that nobody is using TimeWise before proceeding.
- echo.
- echo If you wish to return to DOS now, press the Ctrl and C keys at the same
- echo time. If you wish to proceed with performing FIRSTAID,
- pause
- if exist net.txb copy net.txb net.txt
- if exist *.idx del *.idx
- REM if exist *.tmp del *.tmp
- if exist 0*.que del 0*.que
- if exist ??.fil del ??.fil
- echo.
- echo FIRSTAID has been performed. You must now run First Aid from TimeWise.
- echo.
-